projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac5b48e
)
infobar: Fix typo
author
Timm Bäder
<mail@baedert.org>
Mon, 2 May 2016 06:59:40 +0000
(08:59 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 8 May 2016 11:58:18 +0000
(13:58 +0200)
Style class names are prefixed with a '.'
gtk/gtkinfobar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkinfobar.c
b/gtk/gtkinfobar.c
index e2c64fb0089842d497b8fcbbdebcecce8a3c61ab..507fb0cb8f8eb9d5b3e1a315a78a9982da1194f5 100644
(file)
--- a/
gtk/gtkinfobar.c
+++ b/
gtk/gtkinfobar.c
@@
-124,7
+124,7
@@
* # CSS nodes
*
* GtkInfoBar has a single CSS node with name infobar. The node may get
- * one of the style classes .info, warning, .error or .question, depending
+ * one of the style classes .info,
.
warning, .error or .question, depending
* on the message type.
*/